|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnetwork.NetPack
NetPack Klasse Beinhaltet ein byte-Array mit den Daten die gesendet werden sollen, sowie die Möglichkeit eine Sonderzeichen Substitution durchzuführen
| Field Summary | |
static int |
CAMELSE
|
static int |
CAMENDIF
|
static int |
CAMIF
|
static int |
CMD_MAP_SIZE
|
static int |
EXITPRG
|
static int |
GETPOS
|
static int |
GRIP
|
static int |
HALT
|
static int |
HOME
|
static int |
IMAGEREQUEST
|
static int |
LOAD_BITMAP
|
static int |
MOTION_PARAM
|
static int |
MOTION_PERC
|
static int |
MOVEMOD
|
static int |
MOVEMODSTEP
|
static int |
MOVEPOS
|
static int |
OBSTACLE_CIRCLE
|
static int |
OBSTACLE_RECT
|
static int |
OFFSET
|
static int |
PACK_SIZE
|
static int |
PARAM_DIRECT
|
static int |
PARAM_FLOAT1
|
static int |
PARAM_FLOAT2
|
static int |
PARAM_INT1
|
static int |
PARAM_INT2
|
static int |
PARAM_LIN
|
static int |
PARAM_POS
|
static int |
PARAM_STRING
|
static int |
PARAM_UNKN1
|
static int |
PARAM_UNKN2
|
static int |
PRG_START
|
static int |
RAMPACC
|
static int |
RAMPVEL
|
static int |
REFRESH_DATABASE
|
static int |
RESET
|
static int |
SAVE_BITMAP
|
static int |
SAVE_DATABASE
|
static int |
SET_CUR_TRANSOBJ
|
static int |
SLEEP
|
static int |
WAIT
|
static int |
WAIT_2
|
static int |
WAIT_3
|
static int |
WAIT_4
|
static int |
WAITHOME
|
static int |
WAITPOS
|
| Constructor Summary | |
NetPack(Command c)
Konstruktor der Commando erhält u. ein NetPack erzeugt |
|
| Method Summary | |
byte[] |
getNData()
Liefert das Byte-Array, das übertragen werden kann |
int |
getPackLen()
Liefert die Länge des Byte Arrays |
int |
substitute(int iLen)
substituiert die Sondereichen 0x02 u. 0x03 |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int CMD_MAP_SIZE
public static final int PACK_SIZE
public static final int WAIT
public static final int HOME
public static final int HALT
public static final int RESET
public static final int MOVEMOD
public static final int MOVEMODSTEP
public static final int MOVEPOS
public static final int PRG_START
public static final int RAMPVEL
public static final int RAMPACC
public static final int WAITHOME
public static final int WAITPOS
public static final int SLEEP
public static final int GRIP
public static final int OFFSET
public static final int MOTION_PERC
public static final int MOTION_PARAM
public static final int OBSTACLE_CIRCLE
public static final int OBSTACLE_RECT
public static final int SET_CUR_TRANSOBJ
public static final int SAVE_DATABASE
public static final int REFRESH_DATABASE
public static final int LOAD_BITMAP
public static final int SAVE_BITMAP
public static final int CAMIF
public static final int CAMELSE
public static final int CAMENDIF
public static final int GETPOS
public static final int EXITPRG
public static final int IMAGEREQUEST
public static final int PARAM_LIN
public static final int PARAM_DIRECT
public static final int PARAM_INT1
public static final int PARAM_INT2
public static final int PARAM_FLOAT1
public static final int PARAM_FLOAT2
public static final int PARAM_POS
public static final int PARAM_UNKN1
public static final int PARAM_UNKN2
public static final int PARAM_STRING
public static final int WAIT_2
public static final int WAIT_3
public static final int WAIT_4
| Constructor Detail |
public NetPack(Command c)
c - COmmando zum Zerlegen| Method Detail |
public int substitute(int iLen)
iLen - Länge des Paketes
public byte[] getNData()
public int getPackLen()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||